home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / sample code / graphics 3d / ravecontextsample / headers / myglobals.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  280 b   |  15 lines

  1. /****************************/
  2. /*         MY GLOBALS       */
  3. /****************************/
  4.  
  5. #include <QD3D.h>
  6. #include <math.h>
  7. #include <qdoffscreen.h>
  8.  
  9. #define NORMAL_UPDATES        true
  10. #define REMOVE_ALL_EVENTS     0
  11. #define    MOVE_TO_FRONT        (WindowPtr)-1L
  12. #define    NIL_STRING            "\p"
  13.  
  14.  
  15.